home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / LOCATION.DFM / LOCATION.txt
Encoding:
Text File  |  1996-08-21  |  615 b   |  34 lines

  1. object FrmLocation: TFrmLocation
  2.   Left = 206
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table Locations'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object LstDisplay: TListBox
  17.     Left = 17
  18.     Top = 16
  19.     Width = 392
  20.     Height = 193
  21.     ItemHeight = 16
  22.     TabOrder = 0
  23.   end
  24.   object BtnOK: TBitBtn
  25.     Left = 177
  26.     Top = 224
  27.     Width = 89
  28.     Height = 33
  29.     TabOrder = 1
  30.     OnClick = BtnOKClick
  31.     Kind = bkOK
  32.   end
  33. end
  34.